.img {
  position: fixed;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
  max-width: 700%;
      max-height: 700%;
      object-fit: contain;
}


